home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / lynx / source.txt < prev   
Encoding:
Text File  |  1994-10-25  |  1.9 KB  |  41 lines

  1. DosLynx Code Release Statement
  2. ______________________________
  3.  
  4. The current DosLynx source files are containted in SRC0_71A.ZIP.
  5.  
  6. Please send any modifications/additions to the DosLynx code that you would
  7.         like to see incorporated in a future University of Kansas release of
  8.         DosLynx to doslynx@falcon.cc.ukans.edu for evaluation.
  9.  
  10. The University of Kansas will work with and attempt to support DosLynx any
  11.         binaries derived from the original or modified DosLynx code from the
  12.         following list of authorized persons:
  13.  
  14.         Erick Engelke   erick@development.uwaterloo.ca
  15.  
  16.  
  17. Instructions on how to build DosLynx with Borland C/C++ 3.1 are as follows:
  18.         Unzip the source zip file keeping the directory structure therein;
  19.                 -d option with pkunzip.
  20.         Make any TurboVision source code bug fixes (if known) to the source
  21.                 code distributed with your Borland C/C++ compiler.
  22.         Compile TurboVision as an overlay.
  23.         Put all non-overlayable TurboVision objects in TVNOOVR.LIB (you
  24.                 create this yourself).
  25.         Add these two libraries to the DosLynx project in place of the
  26.                 defaults listed.  Enable overlaying of the TV.LIB (ctrl-o).
  27.         Check to make sure your Options|Directories are valid for your system;
  28.                 be sure to leave them in the order listed, regardless.
  29.         Compile with the current options in the DosLynx project.  Expect some
  30.                 easily modifiable problems concerning the location of a few
  31.                 specific header files.
  32.         If successful, then you are ready to begin modifications of the
  33.                 source code.
  34.         If unsuccessful, please send your inquiries to the doslynx developer,
  35.                 doslynx@falcon.cc.ukans.edu, for any help that the University
  36.                 of Kansas can further offer.
  37.  
  38.  
  39. Garrett Arch Blythe
  40. doslynx@falcon.cc.ukans.edu
  41.